Fix make distcheck
authorSjoerd Simons <sjoerd@luon.net>
Mon, 12 Aug 2013 14:27:42 +0000 (16:27 +0200)
committerColin Walters <walters@verbum.org>
Sat, 17 Aug 2013 18:57:05 +0000 (14:57 -0400)
commitd1babde95e9afa3da9beb2f906cef14ceda2aeb4
treeeda82a73dde237997b7c03128cdf9f8a0c4bc96a
parent00c352ba6778d41100bca5687f2e088da0843fe3
Fix make distcheck

make distcheck was unhappy for various reasons:
  * headers aren't data, so use _HEADERS otherwise compilation fails
  * Mark the gir & typelib data as cleanfiles so they aren't left around
    after make clean
  * Don't nuke the .la file. This breaks make uninstall, leave it up to
    distributions to not install .la files if they don't want them.

https://bugzilla.gnome.org/show_bug.cgi?id=705850
Makefile-libostree.am
Makefile.am